GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-10T17:21:03.9957818+00:00",
"SubmitDate": "2026-06-10T17:21:03.9957818+00:00",
"ReportPeriodStart": "2026-06-10T17:21:03.9957818+00:00",
"ReportPeriodEnd": "2026-06-10T17:21:03.9957818+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "275771b7-017a-4915-abc1-26779e86aacc",
"Rows": [
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "275771b7-017a-4915-abc1-26779e86aacc",
"Rows": [
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b08d1a95-6c47-4d72-b62a-9819ad77aed8",
"62430621-09e0-43b3-9ad3-278c1945be2d"
],
"Approvers": [
"4432b95a-867c-4a80-b634-e97c4634ae8d",
"82627607-e351-4cc3-8794-76f511aa952d"
],
"ApprovedBy": "f3924c70-b4e4-4923-8bde-467c49296939",
"ApprovalDate": "2026-06-10T17:21:03.9957818+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "310f34ae-dada-4e97-bc16-87b1a84bf375",
"id": "20e5d250-d917-434e-9077-4a71fac9e3d8",
"ConfigId": "6e1ed77e-2ac3-49be-b5a5-65bd639980e0"
},
{
"GenerationDate": "2026-06-10T17:21:03.9957818+00:00",
"SubmitDate": "2026-06-10T17:21:03.9957818+00:00",
"ReportPeriodStart": "2026-06-10T17:21:03.9957818+00:00",
"ReportPeriodEnd": "2026-06-10T17:21:03.9957818+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "275771b7-017a-4915-abc1-26779e86aacc",
"Rows": [
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "275771b7-017a-4915-abc1-26779e86aacc",
"Rows": [
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d738585d-126f-42df-af6a-0577b03e925c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b08d1a95-6c47-4d72-b62a-9819ad77aed8",
"62430621-09e0-43b3-9ad3-278c1945be2d"
],
"Approvers": [
"4432b95a-867c-4a80-b634-e97c4634ae8d",
"82627607-e351-4cc3-8794-76f511aa952d"
],
"ApprovedBy": "f3924c70-b4e4-4923-8bde-467c49296939",
"ApprovalDate": "2026-06-10T17:21:03.9957818+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "310f34ae-dada-4e97-bc16-87b1a84bf375",
"id": "20e5d250-d917-434e-9077-4a71fac9e3d8",
"ConfigId": "6e1ed77e-2ac3-49be-b5a5-65bd639980e0"
}
]